home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Anti-Virus-Utilities / plat.exe / data1.cab / Scanner / Iface.exe / 0 / RCDATA / TFORMSHARE / TFORMSHARE.txt
Text File  |  1999-03-31  |  4KB  |  165 lines

  1. object FormShare: TFormShare
  2.   Tag = 62200
  3.   Left = 261
  4.   Top = 152
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Activar versi∩┐╜n completa'
  8.   ClientHeight = 251
  9.   ClientWidth = 393
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelActivar: TLabel
  21.     Tag = 62200
  22.     Left = 14
  23.     Top = 14
  24.     Width = 116
  25.     Height = 13
  26.     Caption = 'Activar versi∩┐╜n completa'
  27.   end
  28.   object Bevel9: TBevel
  29.     Left = 140
  30.     Top = 20
  31.     Width = 237
  32.     Height = 9
  33.     Shape = bsTopLine
  34.   end
  35.   object Label1: TLabel
  36.     Tag = 62300
  37.     Left = 58
  38.     Top = 128
  39.     Width = 80
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'Usuario'
  43.   end
  44.   object Label2: TLabel
  45.     Tag = 12500
  46.     Left = 58
  47.     Top = 156
  48.     Width = 80
  49.     Height = 13
  50.     AutoSize = False
  51.     Caption = 'Password'
  52.   end
  53.   object LabelCodigo: TLabel
  54.     Tag = 62400
  55.     Left = 58
  56.     Top = 184
  57.     Width = 80
  58.     Height = 13
  59.     AutoSize = False
  60.     Caption = 'C∩┐╜digo'
  61.   end
  62.   object PandaBrown1: TPandaBrown
  63.     Left = 16
  64.     Top = 36
  65.     Width = 32
  66.     Height = 32
  67.     TheBrown.Data = {
  68.       76020000424D7602000000000000760000002800000020000000200000000100
  69.       04000000000000020000120B0000120B00001000000000000000FFFFFF0000FF
  70.       FF00FF00FF000000FF00C0C0C00080808000008080008000800000008000FFFF
  71.       000000FF00008080000000800000FF0000008000000000000000222222222222
  72.       222FFFFFFF22222222222222222222222554444444FFF2222222222222222225
  73.       544B444444444FF222222222222222544EEB4F4F4FF4444F222222222222254E
  74.       EBB44444444444B4F2222222222254EEB4444FF4F4FF44BE4F2222222D2254EB
  75.       4444444444444BEE4F2222222DD54EEB444444444444BEEEE4F22222DDDD4EEB
  76.       44444BBBBBBBEEEEE4F2222DDDDDDEEB4444B5555EEEEEEEEE4F22DDDDDDE0EB
  77.       444B5FFFF5EEEEEEEE4F22DD2DD4E0EB44B5F0005F5EEEEEEE4F22D22D54EEEB
  78.       44B5F0005F5EEEEEEE4F22D22254E0EB44B5F0005F5EEEEEEE4F22D22254EEEB
  79.       44B5F0005F5EEEEEEE4F222D22FFFFFB44BE5FFFF5EEEEEEEE4F2222FF44444F
  80.       F4BEE5555EEEEEEEEE4F222F444444444FBEEEEEEEEEEEEEE4F222F4E4FFFF44
  81.       E4FEEEE0E00E0EEEE4F22F4EE444444EEE4FEEE000E0EEEE4F222F4E444444EE
  82.       EE4FEEEEEEEEEEEE4F22F4EE4445F5EEEEE4FEE0E00EEEE4F222F4EE445F0F5E
  83.       EEE4FEEEEEEEE44F2222F4EE44F000FEEEE4FEEEEEE44FF22222F4EE445F0F5E
  84.       EEE4F444444FF2222222F4EE44E5F5EEEEE4F5555552222222222F4E44EEEEEE
  85.       EE4F22222222222222222F4E44EE0000EE4F222222222222222222F444EE0EEE
  86.       E4F22222222222222222222F44EEEEE44F2222222222222222222222FF44444F
  87.       F2222222222222222222222222FFFFF222222222222222222222}
  88.   end
  89.   object ButtonAceptar: TButton
  90.     Tag = 2200
  91.     Left = 188
  92.     Top = 220
  93.     Width = 90
  94.     Height = 22
  95.     Caption = '&Aceptar'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 0
  99.     OnClick = ButtonAceptarClick
  100.   end
  101.   object ButtonCancelar: TButton
  102.     Tag = 2400
  103.     Left = 288
  104.     Top = 220
  105.     Width = 90
  106.     Height = 22
  107.     Cancel = True
  108.     Caption = '&Cancelar'
  109.     ModalResult = 2
  110.     TabOrder = 1
  111.   end
  112.   object EditUsuario: TEdit
  113.     Left = 150
  114.     Top = 124
  115.     Width = 230
  116.     Height = 21
  117.     MaxLength = 128
  118.     TabOrder = 2
  119.   end
  120.   object EditPassword: TEdit
  121.     Left = 150
  122.     Top = 150
  123.     Width = 230
  124.     Height = 21
  125.     MaxLength = 128
  126.     PasswordChar = '*'
  127.     TabOrder = 3
  128.   end
  129.   object EditCodigo: TEdit
  130.     Left = 150
  131.     Top = 178
  132.     Width = 230
  133.     Height = 21
  134.     MaxLength = 29
  135.     TabOrder = 4
  136.   end
  137.   object Memo1: TMemo
  138.     Tag = 62500
  139.     Left = 60
  140.     Top = 32
  141.     Width = 317
  142.     Height = 81
  143.     BorderStyle = bsNone
  144.     Color = clBtnFace
  145.     Lines.Strings = (
  146.       'Para convertir esta versi∩┐╜n shareware en una versi∩┐╜n completa '
  147.       
  148.         'debes registrarte a trav∩┐╜s de la tienda virtual o ponerte en con' +
  149.         'tacto '
  150.       'con Panda Software. Debes introducir en el recuadro inferior el '
  151.       'c∩┐╜digo de activaci∩┐╜n que se te suministrar∩┐╜ una vez te hayas '
  152.       'registrado.')
  153.     TabOrder = 5
  154.   end
  155.   object ManuForm1: TManuForm
  156.     Enabled = False
  157.     TitleBar.ApplicationInfo.FontStyle = [fsBold]
  158.     TitleBar.Color = clMaroon
  159.     TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic]
  160.     TitleBar.NbOfColors = 0
  161.     Left = 346
  162.     Top = 7
  163.   end
  164. end
  165.